Skip to content

Build(deps): Bump the compatible group with 3 updates#149

Merged
frequenz-auto-dependabot[bot] merged 1 commit into
v1.x.xfrom
dependabot/github_actions/compatible-08114c4590
Jun 3, 2026
Merged

Build(deps): Bump the compatible group with 3 updates#149
frequenz-auto-dependabot[bot] merged 1 commit into
v1.x.xfrom
dependabot/github_actions/compatible-08114c4590

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps the compatible group with 3 updates: actions/create-github-app-token, frequenz-floss/gh-action-dependabot-migrate and frequenz-floss/gh-action-setup-python-with-deps.

Updates actions/create-github-app-token from 3.1.1 to 3.2.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

Updates frequenz-floss/gh-action-dependabot-migrate from 1.2.0 to 1.2.1

Release notes

Sourced from frequenz-floss/gh-action-dependabot-migrate's releases.

v1.2.1

What's Changed

Full Changelog: frequenz-floss/gh-action-dependabot-migrate@v1.2.0...v1.2.1

Commits
  • eb100d3 Merge pull request #22 from llucax/fix-failure
  • 39c2697 Avoid setting migration labels if committing fails
  • See full diff in compare view

Updates frequenz-floss/gh-action-setup-python-with-deps from 1.0.2 to 1.0.4

Release notes

Sourced from frequenz-floss/gh-action-setup-python-with-deps's releases.

v1.0.4

What's Changed

Full Changelog: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3...v1.0.4

v1.0.3

What's Changed

Full Changelog: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2...v1.0.3

Commits
  • b5707ff Fix glob expansion for local dependencies (#20)
  • 77a4e81 Use pinned dependencies in the README
  • ef7146b Fix glob expansion for local dependencies
  • bc560ff Fix potential remote code execution issues (#19)
  • 7a386c1 Remove unnecessary token permissions to DCO
  • 899b890 Use Python in isolated mode
  • e0d9e72 Export inputs via environment variables
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the compatible group with 3 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [frequenz-floss/gh-action-dependabot-migrate](https://github.com/frequenz-floss/gh-action-dependabot-migrate) and [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps).


Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@v3.1.1...bcd2ba4)

Updates `frequenz-floss/gh-action-dependabot-migrate` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/frequenz-floss/gh-action-dependabot-migrate/releases)
- [Commits](frequenz-floss/gh-action-dependabot-migrate@27763fb...eb100d3)

Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.2 to 1.0.4
- [Release notes](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases)
- [Commits](frequenz-floss/gh-action-setup-python-with-deps@e4d0b2e...b5707ff)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: frequenz-floss/gh-action-dependabot-migrate
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible
- dependency-name: frequenz-floss/gh-action-setup-python-with-deps
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jun 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 3, 2026 12:45
@dependabot dependabot Bot requested review from Marenz and removed request for a team June 3, 2026 12:45
@dependabot dependabot Bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jun 3, 2026
@frequenz-auto-dependabot frequenz-auto-dependabot Bot added the tool:auto-merged Auto-approved Dependabot PRs label Jun 3, 2026
@frequenz-auto-dependabot frequenz-auto-dependabot Bot added this pull request to the merge queue Jun 3, 2026
Merged via the queue into v1.x.x with commit 1f6b8b1 Jun 3, 2026
30 checks passed
@frequenz-auto-dependabot frequenz-auto-dependabot Bot deleted the dependabot/github_actions/compatible-08114c4590 branch June 3, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) tool:auto-merged Auto-approved Dependabot PRs type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants